Release 10.1A: OpenEdge Data Management:
SQL Reference


HOUR

Returns the hour in the argument as a short integer value in the range of 0–23.

Syntax

HOUR ( time_expression ) 

Example

This example illustrates the HOUR function:

SELECT *
    FROM arrivals
    WHERE HOUR (in_time) < 12 ; 

Notes

Compatibility

ODBC compatible


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095